Skip to content

Releases: black7375/Firefox-UI-Fix

v8.6.0

19 Feb 11:05
Compare
Choose a tag to compare

IMPORTANT

Icons

@zapSNH continued to do great work.
Add 6 icons and a consistent icon stroke option.

  • userChrome.icon.1-25px_stroke is true

This version has icon related changes.
If the icon directory is not copied, icons may not appear.

UI Options

Mozilla is adding useful UI features, so we've selected a few as defaults.

I've left a few things experimental.

Mozilla has removed the search bar from the settings window.
If you have users who miss the search bar, enable the following option

  • browser.search.widget.inNavBar to true
    image

Changed

Add

  • Icons - Option for 1.25px stroke #852
  • User.js - Activate useful settings 0f2a479

Compatibility

  • Compatibility - Tab background color #867
  • Hidden - Tabbar padding and title container opacity #810
  • Infobar - Align to center #858
  • Theme - Mac background field color #851
  • Theme - Urlbar background on linux default theme #864
  • Icons - Mac addon overflow menu #847

Bug Fixes

  • Tab - Contextline color #857
  • Icons - Add Dictionaries #855
  • Icons - Login page #862
  • Animation - Tabbar focus delay #470

Others

  • CREDITS - Sponsors update 772cba2

Special Thanks

I have new one sponsor.

I'm also going to start small-sponsorships this month.

And I've released a new article that I've been meaning to get to.
I hope you enjoyed reading this. πŸ˜ƒ

v8.5.1

21 Dec 15:31
Compare
Choose a tag to compare

Firefox v121 breaks the theme, so I think I'll have to release it.

Add

Compatibility

  • Tab - Selected background at FF v121 #827
  • Theme - Titlebar color compatibility #828
  • Dark Mode - support.mozilla blockquote 2180481
  • Bookmarkbar - Multirow compatibility #830
  • Icons - Missing icons for upstream #833
  • Icons - Report broken site menu #843
  • Menu - Windows non native context menu padding 18570f9

Bug Fixes

  • Install - Profile path no longer being cut off on space #841

Others


Special Thanks

This will probably be the last release of the year.

Once again, we're working with the Floorp browser, and @zapSNH has been a huge help.
New contributor @gbdlin helped fix bugs in the installer.

We have a lot of sponsors for this release.

I've been donating to kids since I started sponsoring GitHub, and next year I'm going to start donating to developers who make good projects.

(It's in Korean)
κΈ°μ•„λŒ€μ±…-1

This Christmas, I'm going to write an article I've been putting off.
Happy Holiday, Mozilla Community !!

v8.5.0

19 Nov 09:31
Compare
Choose a tag to compare

IMPORTANT

We move on to v8.5.0 with two big changes.

  • Nearly 140 icons are replaced with a consistent look by @zapSNH #213
  • Fix not fully working on Firefox 120 #799

This version has icon related changes.
If the icon directory is not copied, icons may not appear.

Changed

Add

Compatibility

  • -moz-bool-pref is moved from @supports to @media #799
  • Accent Color #445 #811
  • Icons - Fill color #791
  • Proton - MacOS page info icons cut off #780
  • Tabbar- Floorp multirow-tab #797
  • Rounding - Compatibility for menu bar menu #814

Bug Fixes

  • CI - ESR name 89382e1
  • Tab - Top container position #818
  • Padding - Reduce URL Bar Height #662

Others

Special Thanks

One private sponsor support the this project!! (Sorry for the late release)
I am pleased to announce that we will have 4 contributor during Hacktoberfest. πŸŽ‰

  • @zapSNH (New Major contributor) made the icon design consistent and removed all the blurriness

v8.1.0

02 Oct 19:24
Compare
Choose a tag to compare

Add

  • Content - Odd rows color at dialog's richlistbox #751 #783
  • Activity Stream - Update default background image. #772

Compatibility

  • Tree Style Tab separators - #758
  • Centered - Vertical align tab label #761
  • Tab - visuallyselected attribute compatibility #787

Bug Fixes

  • Icons - Show block popup 3153aa9
  • Icons - Prevent inheritance sub menu popup 0f559ac
  • Icons - 'Open Profile Directory' in Floorp browser #762
  • Icons - Floorp browser #774
  • Icons - Open button replace #775
  • ContextMenu - Double separators removing Set as Desktop Background menu item #765
  • Tab Bar - Overflow left button 4cc3dcc
  • CI - Release matrix and name cf9fedf
  • Tab Bar - Floorp vertical tabbar sideeffect #766
  • Sidebar - Don't overlap for bookmarkbar 8d50e46
  • Activity Stream - Use pseudo-element for background image #778
    • by @2641a40fd44383320adde4b027a1d0b03bd550
  • Padding - Unified extensions menu button #785
    • by @2641a40fd44383320adde4b027a1d0b03bd550
  • Rounding - Unified extensions menu button #785
    • by @2641a40fd44383320adde4b027a1d0b03bd550
  • Rounding - PIP button #645
  • Rounding - Screenshot buttons #640
  • Auto hide - Hide sidebar transition typo #781

Special Thanks

The past month was quite a whirlwind for me. I've been juggling two jobs simultaneously: working at a university and a company. It was a challenging and time-consuming endeavor.

Yet, it was a fruitful period as we were blessed with a surge in new contributors. These contributors were diligent and consistently provided patches, allowing us to accumulate enough patches to create new releases. The collaboration between the teams @Floorp-Projects and @WaterfoxCo was a great experience for open source.
In that sense, I added hacktoberfest tag for some motivation.
(If you have any questions during the contribution, open discussion)

I would also like to express my gratitude to our sponsors. Although they may not have direct benefits in the open source world, donating to such projects is not an easy decision. Nevertheless, their support is invaluable.

  • @Babbiorsetto (New sponsor) donated a considerable amount of money.
  • @ojaha065 Thank you for believing in me and supporting me steadily.

v8.0.0

23 Aug 01:01
a7ee0c8
Compare
Choose a tag to compare

IMPORTANT

As described in the previous release, the Firefox V117 has a serious compatibility problem due to the suspension of Windows 7 and 8 support. #744
Therefore, depending on the version, the following file must be used to work properly.

v117 or Higher:

  • css/leptonChrome.css
  • css/leptonContent.css

v116 or Lower:

  • css/leptonChromeESR.css
  • css/leptonContentESR.css

Changed

Theme

  • Windows 11 Color (Sun Valley): using userChrome.compatibility.os.win11
  • userChrome.theme.private: Purple color at private mode
  • userChrome.theme.non_native_menu: only for linux(emulate windows menu)

Transparent

  • userChrome.theme.transparent.frame
  • userChrome.theme.transparent.menu #585
  • userChrome.theme.transparent.panel

Hidden

  • userChrome.hidden.private_indicator

Tab

  • userChrome.tab.container.on_top #478
  • userChrome.tab.sound_with_favicons.on_center #463
  • userChrome.tab.selected_bold

User Content

  • userContent.newTab.background_image
@-moz-document url("about:home"), url("about:newtab") {
  body {
    --uc-newTab-wallpaper: url("YOUR_IMAGE_PATH");
  }
}
  • userContent.page.dark_mode.pdf

v7.5.0

05 Aug 02:00
Compare
Choose a tag to compare

IMPORTANT

A major change is scheduled in Firefox v117 #744
As Mozilla's support for Windows 7 and 8 ends, it is a problem caused by the disappearance of media queries related to the distinction between the Windows version.
Therefore, a lot of code should be changed to only support Windows 10 and Windows 11, and it will be released as a major version because it has a great influence on compatibility.
Since the ESR version still requires existing code to be available, I'm looking for an appropriate ways to support both.

This version has icon related changes.
To use, you need to copy icon directory .

Changed

Add

  • UserContent - Odd / hover background color #737
  • Icons - Library #739

Compatibility

  • Compatibility - Windows7 classic theme navigator toolbox #734
  • Theme - Menu separator border #732
  • Theme - Prepare windows active border #445
  • Icons - Search Bookmark Menu icon #731
  • Icons - global menu search history 7c8a968
  • Icons - Sidebar Menu Popop #749

Bug Fixes

  • Autohide - Sidebar switcher active #742
  • Icons - urlbarView result menu 8a3d8f5
  • Icons - Remove extention item icon c648ff2
  • User Content - treecols border color #736

Others

v7.4.0

19 Jun 12:24
439b840
Compare
Choose a tag to compare

IMPORTANT

Now officially supports Floorp browser.
Thanks to @surapunoyousei for the suggestion and quick feedback.

Changed

Add

  • Icons - Floorp icons #710
  • Tab Bar - Floorp vertical tabbar supports #710
  • Unified extensions panel with compact mode #721
    • by @2641a40fd44383320adde4b027a1d0b03bd550

Compatibility

  • Tab - Replace [first-visible-unpinned-tab] #720
  • Bookmark Popup Menu - Compatibility #715
  • Icons - Linux's checked menu appearance #349

Bug Fixes

  • Padding - Tabbar width calc jitter #643
  • Padding - All tabs menu arrow align #717
  • Padding - Overflow #new-tab-button f851ade
  • Padding - Translations fixes #725
    • by @2641a40fd44383320adde4b027a1d0b03bd550
  • Rounding - New migration wizard, firefox view, clear history #708
    • by @2641a40fd44383320adde4b027a1d0b03bd550
  • Icons - Translate and help switch device in FFv115 #709 #716
  • Icons - Context frame menu aaf9a17
  • User Contents - "Heads up!" aligned #689
  • UserContents - Nightly experiments align & separator #722

Documents


I am very fortunate to have such passionate contributor( @2641a40fd44383320adde4b027a1d0b03bd550 ) who continue to contribute.

I decided to add support for those who are interested in contributing.
If you are interested in contributions, open discussion.

v7.3.1

20 May 10:06
Compare
Choose a tag to compare

The impact of #700 seems significant, so we will release it even though there are few changes

Compatibility

  • Tabbar - Mac's fullscreen #700
  • Icons - Panel's search history icon #697

Special Thanks

Two private sponsors support the this project!!

I'm in crunch mode until mid-June (probably), so I think I'll focus on fixing bugs rather than adding features.
Please understand even if the response is a little slower than usual.

v7.3.0

03 May 14:17
Compare
Choose a tag to compare

IMPORTANT

This version has icon related changes.
To use, you need to copy icon directory .

Changed

New

  • Rounding - Square infoboxes #677
    • userChrome.rounding.square_infobox option added
    • by @2641a40fd44383320adde4b027a1d0b03bd550
  • Rounding - Square toolbar #677
    • userChrome.rounding.square_toolbar option added

Compatibility

  • Compatibility - order 0 to -1 at FF v112 #670 #673
  • Compatibility - -moz-box, -moz-inline-box to flex, inline-flex at FF v113 #696
  • Findbar - Firefox 112 compatibility #673
  • Tab - Bottom rounded corner like new tabbutton overlap #678
  • Icons - Context reveal password #672
  • Icons - Contain add-device.svg #676
  • Icons - BMB Search menu #687

Bug Fixes

  • Rounding - Addons toggle button #674
    • by @2641a40fd44383320adde4b027a1d0b03bd550
  • Icons - Unified extension context menu's pin eb32c2a
  • Combined - Subbutton as normal #671
  • Theme - Insecure warning complete popup at fully color theme #686
  • Icons - Account panel order, padding e4fe01c
  • Icons - Replace highlight icon #683
  • Icons - Replace to acorn icons #213

Others

  • user.js - setting order 8001818
  • CI - ::set-output to $GITHUB_OUTPUT 0fd4efe

Documents


News

This release is a little late, but there are many compatibility fixes.
In addition, @FirefoxUX officially released the acorn design system, so I was able to update the icons.

Recently, I have made Webextension's concept proof.
It is compatible with the current CSS file code, and the goal is to continue supporting userChrome.css.


Special Thanks

  • @ZachKnife1 (New sponsor) buys coffee every month. I will keep the project well!! Thank you
  • @patricek0056 (New contributor) has actively reported many issues so far, and has become a contributor through document correction.
  • @2641a40fd44383320adde4b027a1d0b03bd550 continues to fix many rounding related bugs. πŸ‘

v7.2.0

27 Mar 16:57
Compare
Choose a tag to compare

IMPORTANT

This version has icon related changes.
To use, you need to copy icon directory .

Changed

New

  • Error Page - Preferences' no search result #654
  • Icons - Addon page menu #634

Compatibility

  • Compatibility - -moz-box & flex at FF v112 #670
  • Compatibility - UI density menu at win native menu #649
  • Icons - Win11 native menu height #650
  • Tab - New tab button separator position at FF v112 3c5206c

Bug Fixes

  • Error Page - Restart required to prefix ad6bf5d
  • Icons - Windows10/11 Bookmark Menu Padding 2fcd7d3
  • Icons - Bookmark padding #658
  • Icons - Exclude .in-menulist Popup #627
  • Icons - Replace synced tabs icon e79556c
  • Icons - Global Menu's sidebar submenu fd43668
  • Proton Color - Provide for chrome:// #659
  • Rounding - Findbar #655
  • Rounding - PDF #656
    • By @2641a40fd44383320adde4b027a1d0b03bd550
  • Rounding - for dialogs & firefox view #661
    • By @2641a40fd44383320adde4b027a1d0b03bd550
  • Theme - Warning Icon #657
  • Tab - Tab shadow size 29a51f2

Others

  • Doc: Compatibility Notice - Firefox ESR accent color #627